func runtime.nanotime

51 uses

	runtime (current package)
		cpuprof.go#L75: 		cpuprof.log.write(nil, nanotime(), hdr[:], nil)
		cpuprof.go#L107: 		cpuprof.log.write(tagPtr, nanotime(), hdr[:], stk)
		debuglog.go#L55: 	tick, nano := uint64(cputicks()), uint64(nanotime())
		lock_futex.go#L195: 	deadline := nanotime() + ns
		lock_futex.go#L209: 		now := nanotime()
		mgc.go#L269: 	now := nanotime()
		mgc.go#L655: 	now := nanotime()
		mgc.go#L839: 	now := nanotime()
		mgc.go#L914: 	startTime := nanotime()
		mgc.go#L984: 	now := nanotime()
		mgc.go#L1254: 		startTime := nanotime()
		mgc.go#L1301: 		duration := nanotime() - startTime
		mgcmark.go#L543: 	startTime := nanotime()
		mgcmark.go#L587: 	duration := nanotime() - startTime
		mgcpacer.go#L879: 		delta := nanotime() - c.markStartTime
		mgcscavenge.go#L243: 	start := nanotime()
		mgcscavenge.go#L251: 	return nanotime() - start
		mgcscavenge.go#L335: 			start := nanotime()
		mgcscavenge.go#L338: 			end := nanotime()
		netpoll.go#L332: 		d += nanotime()
		preempt.go#L229: 				now := nanotime()
		preempt.go#L245: 			nextYield = nanotime() + yieldDelay
		preempt.go#L247: 		if nanotime() < nextYield {
		preempt.go#L251: 			nextYield = nanotime() + yieldDelay/2
		proc.go#L189: 	runtimeInitTime = nanotime()
		proc.go#L307: 		gcStart(gcTrigger{kind: gcTriggerTime, now: nanotime()})
		proc.go#L715: 	sched.lastpoll = uint64(nanotime())
		proc.go#L981: 			nextYield = nanotime() + yieldDelay
		proc.go#L983: 		if nanotime() < nextYield {
		proc.go#L989: 			nextYield = nanotime() + yieldDelay/2
		proc.go#L1006: 			now := nanotime()
		proc.go#L1013: 			now := nanotime()
		proc.go#L1295: 	startTime := nanotime()
		proc.go#L2756: 				now = nanotime()
		proc.go#L2769: 		atomic.Store64(&sched.lastpoll, uint64(nanotime()))
		proc.go#L3267: 		now = nanotime()
		proc.go#L4736: 	now := nanotime()
		proc.go#L5083: 		now := nanotime()
		proc.go#L5121: 		now = nanotime()
		proc.go#L5331: 	now := nanotime()
		proc.go#L6213: 			start = nanotime()
		proc.go#L6226: 			end := nanotime()
		runtime.go#L31: 		t0 := nanotime()
		runtime.go#L34: 		t1 := nanotime()
		runtime2.go#L918: 		h := memhash(unsafe.Pointer(&r[n-w]), uintptr(nanotime()), uintptr(w))
		sema.go#L616: 	return nanotime()
		time.go#L190: 	t.nextwhen = nanotime() + ns
		time_nofake.go#L18: func nanotime() int64 {
		trace.go#L254: 	trace.timeStart = nanotime()
		trace.go#L324: 		trace.timeEnd = nanotime()
		traceback.go#L1004: 		waitfor = (nanotime() - gp.waitsince) / 60e9